Uses of Class
edu.claflin.finder.algo.Algorithm
Packages that use Algorithm
Package
Description
Subgraph Finder - Used to find and locate subgraphs within a network.
Contains the Algorithm code for finding bipartite subgraphs.
-
Uses of Algorithm in edu.claflin.finder
Methods in edu.claflin.finder that return AlgorithmModifier and TypeMethodDescriptionprivate static AlgorithmMain.parseAlgorithm(String algorithmCode, HashMap<String, Boolean> config, ArrayList<Condition> conditions, Comparator<Edge> comparator) Parses an algorithm code string for returning the appropriate Algorithm object. -
Uses of Algorithm in edu.claflin.finder.algo
Subclasses of Algorithm in edu.claflin.finder.algoModifier and TypeClassDescriptionclassProcesses aGraphsearching for subgraphs by performing a breadth first search on each node of the graph.classBron-Kersboch Algorithm to find Maximal Cliques and Bicliques.classProcesses aGraphsearching for subgraphs.classProcesses aGraphsearching for connected components by performing a depth first search.classProcesses aGraphsearching for bipartite subgraphs by performing a depth first search on each node.classDeprecated.No replacement yet.Fields in edu.claflin.finder.algo declared as AlgorithmModifier and TypeFieldDescriptionprivate final Algorithm[]Bundle.algorithmsTheAlgorithmarray containing the algorithms to process graphs with.Constructors in edu.claflin.finder.algo with parameters of type Algorithm -
Uses of Algorithm in edu.claflin.finder.algo.clustering
Subclasses of Algorithm in edu.claflin.finder.algo.clusteringModifier and TypeClassDescriptionclassclassFastGreedy Algorithm for Community Detection.classGirvan-Newman Algorithm for Community Detection.classInfomapImplementation algorithm implemented using Mapping Higher-Order Network Flows in Memory and Multilayer Networks with InfomapImplementation by Daniel Edler, Ludvig Bohlin and Martin Rosvall.classTODO: MAKE COMMENTS NICE abcclassLeading Eigenvector Algorithm for Community Detection, following Mark Newman's "Finding community structure in networks using the eigenvectors of matrices".classLouvain algorithm implemented using the brief description by Mark Newman on pages 511-512 of "Networks Second Edition".classWalktrap Algorithm for Community Detection. -
Uses of Algorithm in edu.claflin.finder.algo.shortestpath
Subclasses of Algorithm in edu.claflin.finder.algo.shortestpath -
Uses of Algorithm in edu.claflin.finder.algo.spanningtree
Subclasses of Algorithm in edu.claflin.finder.algo.spanningtree